In statistics and signal processing, a minimum mean square error (MMSE) estimator describes the approach which minimizes the mean square error (MSE), which is a common measure of estimator quality.
The term MMSE specifically refers to estimation in a Bayesian setting, since in the alternative frequentist setting there does not exist a single estimator having minimal MSE. A somewhat similar concept can be obtained within the frequentist point of view if one requires unbiasedness, since an estimator may exist that minimizes the variance (and hence the MSE) among unbiased estimators. Such an estimator is then called the minimum-variance unbiased estimator (MVUE).
Contents |
Let be an unknown random variable, and let be a known random variable (the measurement). An estimator is any function of the measurement , and its MSE is given by
where the expectation is taken over both and .
The MMSE estimator is then defined as the estimator achieving minimal MSE.
In many cases, it is not possible to determine a closed form for the MMSE estimator. In these cases, one possibility is to seek the technique minimizing the MSE within a particular class, such as the class of linear estimators. The linear MMSE estimator is the estimator achieving minimum MSE among all estimators of the form . If the measurement is a random vector, is a matrix and is a vector. (Such an estimator would more correctly be termed an affine MMSE estimator, but the term linear estimator is widely used.)
An example can be shown by using a linear combination of random variable estimates and to estimate another random variable using If the random variables are real Gaussian random variables with zero mean and covariance matrix given by
we will estimate the vector and find coefficients such that the estimate is an optimal estimate of We will use the autocorrelation matrix, R, and the cross correlation matrix, C, to find vector A, which consists of the coefficient values that will minimize the estimate. The autocorrelation matrix is defined as
The cross correlation matrix is defined as
In order to find the optimal coefficients by the orthogonality principle we solve the equation by inverting and multiplying to get
So we have and as the optimal coefficients for Computing the minimum mean square error then gives .[2]
A shorter, non-numerical example can be found in orthogonality principle.